Package com.facilita.exception
Class FCException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.facilita.exception.FCException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
BadValueException,ContextTerminationException,NoSuchValueException,NotAllowedException,ScriptContextTerminationException
public class FCException extends java.lang.ExceptionAnExceptionthrown by the eggPlant Performance engine.All other eggPlant Performance exceptions are sub-classes of this type.
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected int_codeFor internal use only.
-
Constructor Summary
Constructors Constructor Description FCException()FCException(java.lang.String s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCode()
-
-
-
Field Detail
-
_code
protected int _code
For internal use only. UsegetCode()instead.
-
-