Class CustomFormException

java.lang.Object
java.lang.Throwable
java.lang.Exception
it.uniroma2.art.semanticturkey.customform.CustomFormException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CustomFormInitializationException, DuplicateIdException

public class CustomFormException extends Exception
See Also:
  • Constructor Details

    • CustomFormException

      public CustomFormException()
    • CustomFormException

      public CustomFormException(Throwable e)
    • CustomFormException

      public CustomFormException(String msg)
    • CustomFormException

      public CustomFormException(String msg, Throwable e)