public class PofNavigationException extends RuntimeException
PofValue hierarchy.| Constructor and Description | 
|---|
PofNavigationException()
Construct a PofNavigationException. 
 | 
PofNavigationException(String message)
Construct a PofNavigationException with a specified detail message. 
 | 
PofNavigationException(String message, Throwable cause)
Construct a PofNavigationException with a specified detail message and a cause. 
 | 
PofNavigationException(Throwable cause)
Construct a PofNavigationException with a specified cause. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PofNavigationException()
public PofNavigationException(String message)
message - the String that contains a detailed messagepublic PofNavigationException(String message, Throwable cause)
message - the String that contains a detailed messagecause - the underlying cause for this exceptionpublic PofNavigationException(Throwable cause)
cause - the underlying cause for this exception