|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.net.MalformedURLException
org.ops4j.pax.scanner.MalformedSpecificationException
org.ops4j.pax.scanner.UnsupportedSchemaException
public class UnsupportedSchemaException
Thrown to indicate that the schema is not supported.
Constructor Summary | |
---|---|
UnsupportedSchemaException(java.lang.String message)
|
|
UnsupportedSchemaException(java.lang.String message,
java.lang.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 |
---|
public UnsupportedSchemaException(java.lang.String message)
message
- The exception message.Exception.Exception(String)
public UnsupportedSchemaException(java.lang.String message, java.lang.Throwable cause)
message
- The exception message.cause
- The original cause of the exception.Exception.Exception(String,Throwable)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |