org.nanocontainer.script
Class UnsupportedScriptTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.picocontainer.PicoException
org.nanocontainer.script.UnsupportedScriptTypeException
- All Implemented Interfaces:
- java.io.Serializable
public class UnsupportedScriptTypeException
- extends org.picocontainer.PicoException
Indicates that a given file extension has no corresponding builder. The
message will also indicate all supported builders.
- Version:
- 1.0
- Author:
- Michael Rimov
- See Also:
- Serialized Form
Methods inherited from class org.picocontainer.PicoException |
getCause, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnsupportedScriptTypeException
public UnsupportedScriptTypeException(java.lang.String specifiedFileExtension,
java.lang.String[] allSupportedFileExtensions)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable
getSystemSupportedExtensions
public java.lang.String[] getSystemSupportedExtensions()
getRequestedExtension
public java.lang.String getRequestedExtension()
Copyright © 2003-2009 Codehaus. All Rights Reserved.