Class SimpleTypesFactoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.exolab.castor.xml.schema.SimpleTypesFactoryException
All Implemented Interfaces:
Serializable

class SimpleTypesFactoryException extends RuntimeException
A RuntimeException which allows nested exceptions.
Version:
$Revision: 8145 $ $Date: 2006-04-25 15:08:23 -0600 (Tue, 25 Apr 2006) $
Author:
Assaf Arkin, Keith Visco
  • Constructor Details

    • SimpleTypesFactoryException

      public SimpleTypesFactoryException(String message)
      Creates a new SimpleTypesFactoryException.
      Parameters:
      message - the error message
    • SimpleTypesFactoryException

      public SimpleTypesFactoryException(Throwable exception)
      Creates a new SimpleTypesFactoryException.
      Parameters:
      exception - the Exception which caused this Exception.
    • SimpleTypesFactoryException

      public SimpleTypesFactoryException(Throwable exception, String message)
      Creates a new SimpleTypesFactoryException.
      Parameters:
      exception - the Exception which caused this Exception.
      message - the error message
  • Method Details