org.apache.ws.jaxme.generator

Class SchemaException


public class SchemaException
extends Exception

Version:
$Id: SchemaException.java 231785 2004-02-17 00:39:59 +0100 (Tue, 17 Feb 2004) jochen $
Author:
Jochen Wiedmann

Constructor Summary

SchemaException(String pMsg)
SchemaException(String pMsg, Throwable pInner)
SchemaException(Throwable pInner)

Method Summary

Throwable
getInner()
void
printStackTrace()
void
printStackTrace(PrintStream pStream)
void
printStackTrace(PrintWriter pWriter)

Constructor Details

SchemaException

public SchemaException(String pMsg)

SchemaException

public SchemaException(String pMsg,
                       Throwable pInner)

SchemaException

public SchemaException(Throwable pInner)

Method Details

getInner

public Throwable getInner()

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(PrintStream pStream)

printStackTrace

public void printStackTrace(PrintWriter pWriter)