Package system.windows
Class Application
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.threading.DispatcherObject
-
- system.windows.Application
-
- All Implemented Interfaces:
IJCOBridgeReflected
,IQueryAmbient
public class Application extends DispatcherObject implements IQueryAmbient
The base .NET class managing System.Windows.Application, PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Application
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: PresentationFrameworkstatic java.lang.String
className
Qualified class name: System.Windows.Applicationstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description Application()
Application(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
Methods inherited from class system.windows.threading.DispatcherObject
CheckAccess, getDispatcher, VerifyAccess
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.windows.markup.IQueryAmbient
IsAmbientPropertyAvailable
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: PresentationFramework- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Windows.Application- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Application
public Application(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
Application
public Application() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, TimeoutException, CultureNotFoundException, UriFormatException, OutOfMemoryException, ObjectDisposedException, SecurityException, IOException, UnauthorizedAccessException, AmbiguousMatchException, XamlException, NotImplementedException, XamlParseException, MulticastNotSupportedException, SystemException, WebException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentNullException
ArgumentOutOfRangeException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
TimeoutException
CultureNotFoundException
UriFormatException
OutOfMemoryException
ObjectDisposedException
SecurityException
IOException
UnauthorizedAccessException
AmbiguousMatchException
XamlException
NotImplementedException
XamlParseException
MulticastNotSupportedException
SystemException
WebException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceIQueryAmbient
- Overrides:
getJCOAssemblyName
in classDispatcherObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOClassName
in interfaceIQueryAmbient
- Overrides:
getJCOClassName
in classDispatcherObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOObjectName
in interfaceIQueryAmbient
- Overrides:
getJCOObjectName
in classDispatcherObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Specified by:
getJCOInstance
in interfaceIQueryAmbient
- Overrides:
getJCOInstance
in classDispatcherObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classDispatcherObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceIQueryAmbient
- Overrides:
getJCOType
in classDispatcherObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Application cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoApplication
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Application
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Run
public int Run() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidCastException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, RankException, ArrayTypeMismatchException, Win32Exception, NotSupportedException, NullReferenceException, TimeoutException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidCastException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
PlatformNotSupportedException
FormatException
RankException
ArrayTypeMismatchException
Win32Exception
NotSupportedException
NullReferenceException
TimeoutException
-
Run
public int Run(Window window) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, InvalidCastException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, Win32Exception, NotSupportedException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
InvalidCastException
IndexOutOfRangeException
ArgumentOutOfRangeException
FormatException
RankException
ArrayTypeMismatchException
InvalidEnumArgumentException
Win32Exception
NotSupportedException
NullReferenceException
-
FindResource
public NetObject FindResource(NetObject resourceKey) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException, XamlParseException, KeyNotFoundException, XamlException, NotImplementedException, XamlParseException, MulticastNotSupportedException, Win32Exception, InvalidEnumArgumentException, TimeoutException, WebException, InvalidCastException, OverflowException, CultureNotFoundException, AmbiguousMatchException, SecurityException, ResourceReferenceKeyNotFoundException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
OutOfMemoryException
XamlParseException
KeyNotFoundException
XamlException
NotImplementedException
MulticastNotSupportedException
Win32Exception
InvalidEnumArgumentException
TimeoutException
WebException
InvalidCastException
OverflowException
CultureNotFoundException
AmbiguousMatchException
SecurityException
ResourceReferenceKeyNotFoundException
-
LoadComponent
public static NetObject LoadComponent(Uri resourceLocator) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException, UriFormatException, SecurityException, IOException, UnauthorizedAccessException, InvalidCastException, AmbiguousMatchException, XamlException, NotImplementedException, XamlParseException, XmlException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
IndexOutOfRangeException
OutOfMemoryException
UriFormatException
SecurityException
IOException
UnauthorizedAccessException
InvalidCastException
AmbiguousMatchException
XamlException
NotImplementedException
XamlParseException
XmlException
-
TryFindResource
public NetObject TryFindResource(NetObject resourceKey) throws java.lang.Throwable, NotSupportedException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, OutOfMemoryException, XamlParseException, KeyNotFoundException, XamlException, NotImplementedException, XamlParseException, MulticastNotSupportedException, Win32Exception, InvalidEnumArgumentException, TimeoutException, WebException, InvalidCastException, OverflowException, CultureNotFoundException, AmbiguousMatchException, SecurityException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
OutOfMemoryException
XamlParseException
KeyNotFoundException
XamlException
NotImplementedException
MulticastNotSupportedException
Win32Exception
InvalidEnumArgumentException
TimeoutException
WebException
InvalidCastException
OverflowException
CultureNotFoundException
AmbiguousMatchException
SecurityException
-
GetCookie
public static java.lang.String GetCookie(Uri uri) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, UnreachableException, IndexOutOfRangeException, UriFormatException, OutOfMemoryException, FormatException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
UnreachableException
IndexOutOfRangeException
UriFormatException
OutOfMemoryException
FormatException
Win32Exception
-
GetContentStream
public static StreamResourceInfo GetContentStream(Uri uriContent) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, ExternalException, SecurityException, IOException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
OutOfMemoryException
ExternalException
SecurityException
IOException
UnauthorizedAccessException
-
GetRemoteStream
public static StreamResourceInfo GetRemoteStream(Uri uriRemote) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, UriFormatException, SecurityException, IOException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
IndexOutOfRangeException
UriFormatException
SecurityException
IOException
UnauthorizedAccessException
-
GetResourceStream
public static StreamResourceInfo GetResourceStream(Uri uriResource) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, ExternalException, SecurityException, IOException, UnauthorizedAccessException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
OutOfMemoryException
ExternalException
SecurityException
IOException
UnauthorizedAccessException
-
LoadComponent
public static void LoadComponent(NetObject component, Uri resourceLocator) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, IndexOutOfRangeException, UnreachableException, UriFormatException, OutOfMemoryException, SecurityException, IOException, UnauthorizedAccessException, OverflowException, FileLoadException, InvalidCastException, FormatException, MissingMemberException, AmbiguousMatchException, NotImplementedException, XamlException, XamlParseException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
IndexOutOfRangeException
UnreachableException
UriFormatException
OutOfMemoryException
SecurityException
IOException
UnauthorizedAccessException
OverflowException
FileLoadException
InvalidCastException
FormatException
MissingMemberException
AmbiguousMatchException
NotImplementedException
XamlException
XamlParseException
-
SetCookie
public static void SetCookie(Uri uri, java.lang.String value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, UriFormatException, PlatformNotSupportedException, Win32Exception
-
Shutdown
public void Shutdown() throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, CultureNotFoundException, EventSourceException, Win32Exception, TimeoutException
-
Shutdown
public void Shutdown(int exitCode) throws java.lang.Throwable, ArgumentException, InvalidOperationException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArrayTypeMismatchException, NotSupportedException, RankException, FormatException, EventSourceException, NullReferenceException, Win32Exception, InvalidEnumArgumentException, OverflowException, TimeoutException
- Throws:
java.lang.Throwable
ArgumentException
InvalidOperationException
ArgumentNullException
PlatformNotSupportedException
ArgumentOutOfRangeException
ArrayTypeMismatchException
NotSupportedException
RankException
FormatException
EventSourceException
NullReferenceException
Win32Exception
InvalidEnumArgumentException
OverflowException
TimeoutException
-
getProperties
public IDictionary getProperties() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
getResourceAssembly
public static Assembly getResourceAssembly() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
-
setResourceAssembly
public static void setResourceAssembly(Assembly ResourceAssembly) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException
-
getStartupUri
public Uri getStartupUri() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setStartupUri
public void setStartupUri(Uri StartupUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
-
getCurrent
public static Application getCurrent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getResources
public ResourceDictionary getResources() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, SecurityException, IOException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
ArgumentException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
SecurityException
IOException
MulticastNotSupportedException
-
setResources
public void setResources(ResourceDictionary Resources) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, ArgumentException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, SecurityException, IOException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
ArgumentException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
SecurityException
IOException
MulticastNotSupportedException
-
getShutdownMode
public ShutdownMode getShutdownMode() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
-
setShutdownMode
public void setShutdownMode(ShutdownMode ShutdownMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException
-
getMainWindow
public Window getMainWindow() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
-
setMainWindow
public void setMainWindow(Window MainWindow) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ObjectDisposedException
InvalidOperationException
-
getWindows
public WindowCollection getWindows() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
-
addActivated
public void addActivated(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeActivated
public void removeActivated(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDeactivated
public void addDeactivated(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDeactivated
public void removeDeactivated(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addExit
public void addExit(ExitEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeExit
public void removeExit(ExitEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addFragmentNavigation
public void addFragmentNavigation(FragmentNavigationEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeFragmentNavigation
public void removeFragmentNavigation(FragmentNavigationEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addLoadCompleted
public void addLoadCompleted(LoadCompletedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeLoadCompleted
public void removeLoadCompleted(LoadCompletedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addNavigated
public void addNavigated(NavigatedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNavigated
public void removeNavigated(NavigatedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addNavigating
public void addNavigating(NavigatingCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNavigating
public void removeNavigating(NavigatingCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addNavigationFailed
public void addNavigationFailed(NavigationFailedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNavigationFailed
public void removeNavigationFailed(NavigationFailedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addNavigationProgress
public void addNavigationProgress(NavigationProgressEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNavigationProgress
public void removeNavigationProgress(NavigationProgressEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addNavigationStopped
public void addNavigationStopped(NavigationStoppedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNavigationStopped
public void removeNavigationStopped(NavigationStoppedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addSessionEnding
public void addSessionEnding(SessionEndingCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeSessionEnding
public void removeSessionEnding(SessionEndingCancelEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addStartup
public void addStartup(StartupEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeStartup
public void removeStartup(StartupEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDispatcherUnhandledException
public void addDispatcherUnhandledException(DispatcherUnhandledExceptionEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDispatcherUnhandledException
public void removeDispatcherUnhandledException(DispatcherUnhandledExceptionEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-