org.ops4j.pax.scanner
Class UnsupportedSchemaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.net.MalformedURLException
                  extended by org.ops4j.pax.scanner.MalformedSpecificationException
                      extended by org.ops4j.pax.scanner.UnsupportedSchemaException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedSchemaException
extends MalformedSpecificationException

Thrown to indicate that the schema is not supported.

Since:
September 04, 2007
Author:
Alin Dreghiciu
See Also:
Serialized Form

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

UnsupportedSchemaException

public UnsupportedSchemaException(java.lang.String message)
Parameters:
message - The exception message.
See Also:
Exception.Exception(String)

UnsupportedSchemaException

public UnsupportedSchemaException(java.lang.String message,
                                  java.lang.Throwable cause)
Parameters:
message - The exception message.
cause - The original cause of the exception.
See Also:
Exception.Exception(String,Throwable)


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.