org.apache.ws.jaxme.generator

Class SchemaException

public class SchemaException extends Exception

Version: $Id: SchemaException.java 231785 2004-02-16 23:39:59Z jochen $

Author: Jochen Wiedmann

Constructor Summary
SchemaException(String pMsg)
SchemaException(Throwable pInner)
SchemaException(String pMsg, Throwable pInner)
Method Summary
ThrowablegetInner()
voidprintStackTrace()
voidprintStackTrace(PrintStream pStream)
voidprintStackTrace(PrintWriter pWriter)

Constructor Detail

SchemaException

public SchemaException(String pMsg)

SchemaException

public SchemaException(Throwable pInner)

SchemaException

public SchemaException(String pMsg, Throwable pInner)

Method Detail

getInner

public Throwable getInner()

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(PrintStream pStream)

printStackTrace

public void printStackTrace(PrintWriter pWriter)