Package org.apache.myfaces.context
Class InvalidFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.myfaces.context.InvalidFileException
- All Implemented Interfaces:
Serializable
Exception thrown when a Facelet resource path fails security or mapping validation.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumCategorizes rejection reasons. -
Constructor Summary
ConstructorsConstructorDescriptionInvalidFileException(InvalidFileException.Reason reason, String message) InvalidFileException(InvalidFileException.Reason reason, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidFileException
-
InvalidFileException
-
-
Method Details
-
getReason
-