public class PropertyNotFoundException extends UiException
UiException.AideMessageConst.BundleInfo_codeNULL_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) |
getCodepublic 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-2024 Potix Corporation. All Rights Reserved.