public class PropertyNotFoundException extends UiException
UiException.Aide
MessageConst.BundleInfo
_code
NULL_CODE
Constructor and Description |
---|
PropertyNotFoundException() |
PropertyNotFoundException(int code) |
PropertyNotFoundException(int code,
java.lang.Object fmtArg) |
PropertyNotFoundException(int code,
java.lang.Object[] fmtArgs) |
PropertyNotFoundException(int code,
java.lang.Object[] fmtArgs,
java.lang.Throwable cause) |
PropertyNotFoundException(int code,
java.lang.Object fmtArg,
java.lang.Throwable cause) |
PropertyNotFoundException(int code,
java.lang.Throwable cause) |
PropertyNotFoundException(java.lang.String s) |
PropertyNotFoundException(java.lang.String msg,
java.lang.Throwable cause) |
PropertyNotFoundException(java.lang.Throwable cause) |
getCode
public PropertyNotFoundException(java.lang.String msg, java.lang.Throwable cause)
public PropertyNotFoundException(java.lang.String s)
public PropertyNotFoundException(java.lang.Throwable cause)
public PropertyNotFoundException()
public PropertyNotFoundException(int code, java.lang.Object[] fmtArgs, java.lang.Throwable cause)
public PropertyNotFoundException(int code, java.lang.Object fmtArg, java.lang.Throwable cause)
public PropertyNotFoundException(int code, java.lang.Object[] fmtArgs)
public PropertyNotFoundException(int code, java.lang.Object fmtArg)
public PropertyNotFoundException(int code, java.lang.Throwable cause)
public PropertyNotFoundException(int code)
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.