org.mule.common.metadata.parser.json
Class SchemaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mule.common.metadata.parser.json.SchemaException
All Implemented Interfaces:
Serializable

public class SchemaException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
SchemaException()
           
SchemaException(String message)
           
SchemaException(String message, Throwable cause)
           
SchemaException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchemaException

public SchemaException()

SchemaException

public SchemaException(String message)

SchemaException

public SchemaException(Throwable cause)

SchemaException

public SchemaException(String message,
                       Throwable cause)


Copyright © 2015 MuleSoft, Inc.. All rights reserved.